home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
scorched.swf
/
scripts
/
DefineButton2_232
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
181 b
|
9 lines
on(press){
_root.player2head = _root.player2head + 1;
if(_root.player2head > 23)
{
_root.player2head = 23;
}
_root.player2h.gotoAndStop(player2head);
}